[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Modify_Topic_HotKey
Purpose Modifies the hotkey selection code of a topic.
Decln. Modify_Topic_Hotkey(var M:Nest_Menu;TopicNo:word;Key:char);
Remarks M is the name of the menu variable that contains the topic.
TopicNo is the number of the topic to be modified.
Key is the character code of a hotkey that can be used to execute
the topic. Set to #0 to disable the hotkey.
Example
BEGIN
MODIFY_TOPIC_HOTKEY(BOBS_MENU,1,#146);
END;
See Also:
Add_Topic
Modify_Topic_Name
Modify_Topic_Active
Modify_Topic
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson